home *** CD-ROM | disk | FTP | other *** search
/ Telstar Electronic Studios (UK) (Press Kit) / Telstar Electronic Studios (UK) (Press Kit).bin / pc / tes_ects / games.dir / 00091.ls < prev    next >
Encoding:
Text File  |  1996-01-01  |  447 b   |  29 lines

  1. on idle
  2.   if rollOver(5) then
  3.     go("1")
  4.   end if
  5.   if rollOver(6) then
  6.     go("2")
  7.   end if
  8.   if rollOver(7) then
  9.     go("3")
  10.   end if
  11.   if rollOver(8) then
  12.     go("4")
  13.   end if
  14.   if rollOver(20) then
  15.     set the castNum of sprite 20 to 78
  16.   else
  17.     set the castNum of sprite 20 to 77
  18.   end if
  19.   if rollOver(22) then
  20.     set the ink of sprite 21 to 0
  21.   else
  22.     set the ink of sprite 21 to 39
  23.   end if
  24. end
  25.  
  26. on exitFrame
  27.   go(the frame + 1)
  28. end
  29.